func runtime.spanOfHeap
10 uses
runtime (current package)
mgcmark.go#L1499: span := spanOfHeap(val)
mgcmark.go#L1551: span := spanOfHeap(val)
mheap.go#L637: return spanOfHeap(b) != nil
mheap.go#L715: func spanOfHeap(p uintptr) *mspan {
mheap.go#L1859: span := spanOfHeap(uintptr(p))
mheap.go#L1894: span := spanOfHeap(uintptr(p))
mheap.go#L2073: span := spanOfHeap(p)
mheap.go#L2210: span := spanOfHeap(uintptr(p))
pinner.go#L126: span := spanOfHeap(uintptr(ptr))
pinner.go#L150: span := spanOfHeap(uintptr(ptr))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |